Clarify warning when reading tracks/routes.
authorrobertl <robertl>
Mon, 1 Nov 2004 02:26:07 +0000 (02:26 +0000)
committerrobertl <robertl>
Mon, 1 Nov 2004 02:26:07 +0000 (02:26 +0000)
xcsv.c

diff --git a/xcsv.c b/xcsv.c
index 80f2ff58f65b3894569000eebc15d522a5f8549b..1628ece0dd1684ac8f64e0400d4135ef8e365cc3 100644 (file)
--- a/xcsv.c
+++ b/xcsv.c
@@ -496,7 +496,7 @@ xcsv_rd_init(const char *fname)
     }
 
     if (global_opts.masked_objective & (TRKDATAMASK|RTEDATAMASK)) {
-       warning(MYNAME "attempting to read %s as a track or route.  Converting to waypoints.\n", fname);
+       warning(MYNAME " attempt to read %s as a track or route, but this module only supports waypoints on read.  Reading as waypoints instead.\n", fname);
     }
 
     xcsv_file.xcsvfp = xfopen(fname, "r", MYNAME);